home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl300
/
topfnt12.lzh
/
REGISTER.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-03
|
1KB
|
28 lines
echo off
cls
echo ┌────────────────────────────────────────────────────────────────────────┐
echo │ We are now ready to print a copy of the registration form for the Top │
echo │ Fonts Sampler. Registered users receive a free font newsletter, free │
echo │ CompuServe account with $15 access credit, access to technical support,│
echo │ and can purchase our giant 165 outline TrueType collection at the │
echo │ special price of $79.50, or specialty type collections at $35 each. │
echo │ │
echo │ Make sure your printer is on and ready to run. Then press the enter │
echo │ key to print a copy of the shareware registration form. │
echo │ │
echo │ If you *don't* want to print this, press the Ctrl-C key now to abort │
echo │ this batch file and return to INSTALL. │
echo └────────────────────────────────────────────────────────────────────────┘
if "%1"=="" goto bad
pause
copy register.doc %1:
goto good
:bad
echo You must include a printer port in the command for this batch file. Try:
echo REGISTER LPT1
echo or
echo REGISTER COM2
:good